  { You must first set the host for the Client and save.}

  { Then you have to add the next 2 lines manually to Main_1.inc,
    because KOL doesn't support my way of creating the components:
    
    Result.C := TKOLFasterTCPClient.Create(nil);
    Result.S := TKOLFasterTCPServer.Create(nil);

    After that you can compile the project.}